micro_utils.dokka
/
dev.inmo.micro_utils.coroutines
/
[common]DoWithFirstBuilder
common
Do
With
First
Builder
class
DoWithFirstBuilder
<
T
>(scope:
CoroutineScope
)
Content copied to clipboard
Functions
Functions
add
Link copied to clipboard
common
inline fun
add
(noinline block: suspend
CoroutineScope
.() ->
T
)
Content copied to clipboard
build
Link copied to clipboard
common
fun
build
():
List
<
Deferred
<
T
>>
Content copied to clipboard
include
Link copied to clipboard
common
inline fun
include
(noinline block: suspend
CoroutineScope
.() ->
T
)
Content copied to clipboard
plus
Link copied to clipboard
common
operator fun
plus
(block: suspend
CoroutineScope
.() ->
T
)
Content copied to clipboard